home *** CD-ROM | disk | FTP | other *** search
/ HyperStudio: Software for a Mediacentric World! / HyperStudio Macintosh Program Resource CD MAC (HM-310-0397-R07)(Roger Wagner Publishing, Inc.)(1997).iso / Sample Projects / At School / Whale Tales ƒ / Whale Tales / Whale Tales.rsrc / TEXT_3120_RollCredits.txt < prev    next >
Text File  |  1996-03-12  |  689b  |  13 lines

  1. RollCredits NBA 2.0, by Michael O'Keefe
  2.  
  3. This NBA allows you to automatically scroll the
  4. contents of a text field. 
  5.  
  6. You can also call this NBA from a scripting language like HyperLogo. The parameters you have to pass to RollCredits are the name of the field, how many steps, how fast, and how many pixels to scroll each time.  As an example, if you wanted to scroll a field named ‚Äúfred‚Äù, twenty steps, at a speed of  5 (pretty fast), and scroll 3 pixels at a time you could use the following HyperLogo line:
  7.  
  8. CallNBA ‚ÄúRollCredits ‚Äúfred\ 20\ 5\ 3  4
  9.  
  10. (the ‚Äú4‚Äù above is the ‚ÄúRun‚Äù message you send to NBAs)
  11.  
  12. ¬©Copyright  Roger Wagner Publishing, Inc. 1993
  13. All Rights Reserved